home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / FSI / lib / nof / ProgId.js < prev    next >
Encoding:
Text File  |  2007-04-11  |  1.0 KB  |  26 lines

  1. if (!IS.isModuleInitialized("IS.NOF.ProgId")){
  2.  
  3.     function NOF_ProgId( ) {
  4.             this.__proto__ = NOF_ProgId.prototype;    
  5.  
  6.             this.Version = "10000100.0";
  7.  
  8.             this.FSIApplication = "FSI.FSIApplication.10000100.0";
  9.             this.FSIApplication2 = "FSI.FSIApplication2.10000100.0";
  10.             this.FSIProfile = "FSI.FSIProfile.10000100.0";
  11.             this.FSIDirIterator = "FSI.FSIDirIterator.10000100.0";
  12.             this.FSIImporter = "FSI.FSIImporter.10000100.0";
  13.             this.FSIFilter = "FSI.FSIFilter.10000100.0";
  14.             this.FSIFileOpenDlg = "FSI.FSIFileOpenDlg.10000100.0";
  15.             this.FSIImageOpenDlg = "FSI.FSIImageOpenDlg.10000100.0";
  16.             this.FSIFtp = "FSI.FSIFtp.10000100.0";
  17.             this.FSIRegIterator = "FSI.FSIRegIterator.10000100.0";
  18.             this.PublishServerManager = "FSI.PublishServerManager.10000100.0";
  19.             this.FSINode = "FSI.FSINode.10000100.0";
  20.             this.FSIPopups = "FSI.FSIPopups.10000100.0";
  21.             this.FSIPopupPreview = "FSI.FSIPopupPreview.10000100.0";
  22.             this.FSIImage = "FSI.FSIImage.10000100.0";
  23.     }
  24.     
  25.     NOF.__proto__.ProgId = new NOF_ProgId();
  26. }